From b03ddefc2c060aba72849c1aa3cb3937d9f8db38 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Jun 1997 20:26:21 +0000 Subject: [PATCH] (fill-context-prefix): Fix previous change. --- lisp/textmodes/fill.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index 94182483066..9aa35449489 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -209,7 +209,7 @@ act as a paragraph-separator." (if at-second ;; If we get a fill prefix from the second line, ;; make sure it or something compatible is on the first line too. - (and second-line-prefix + (and second-line-prefix first-line-prefix (if (or (string-match (regexp-quote second-line-prefix) first-line-prefix) (and (string-match "[ \t]" second-line-prefix) -- 2.30.2